QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Image Clear Color Objects

Labels

ASCII
ImageClearColor
Binary
imcc ( = 0x696D6363 )

Data Format

ColorRGB            clearColor
clearColor
The RGB color to be given to the visible background of a model when an image is rendered from that model.

Data Size

4

Description

An image clear color object is used to assign color to the background of a model in a rendered image when the model does not completely fill that image.

Parent Hierarchy

Data, view hints data.

Parent Objects

View hints. An image clear color object always has a parent object.

Child Objects

None.

Example

Container (
    ViewHints ( )
    ImageDimensions ( ... )
    ImageClearColor ( 1 1 1 )
    .
    .
    .
)

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |